home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / language / fplib10b.arc / README.BIN < prev   
Text File  |  1989-03-11  |  891b  |  31 lines

  1.         FLOATING POINT LIBRARY FOR SOZOBON C
  2.  
  3.         Rev 1.0 -- prepared March 6, 1989
  4.  
  5. The files contained in this archive are the runtime parts of an initial
  6. release of some floating point functions for Sozobon C.  We provide:
  7.  
  8.     sqrt        exp        fabs
  9.     sin        log        ldexp
  10.     cos        log10        frexp
  11.     tan        pow        atof
  12.     atan        ceil
  13.     atan2        floor        math.h
  14.     asin        modf
  15.     acos        fmod
  16.  
  17. This archive contains a LIBM.A that has the new routines included (and the
  18. other routines re-arranged to remove the need to scan the library twice).
  19. The routins are available in source in a separate archive.
  20.  
  21. These routines may be used without restriction, but I retain the copyright
  22. on them, and the Only True Upgrades will be those I make.  If you have any
  23. improvements, please send them to me.
  24.  
  25. David W. Brooks
  26. 36 Elm Street
  27. Medfield, MA 02052
  28.  
  29. BROOKS@CSSS-A.PRIME.COM
  30. {uunet,mit-eddie}!csss-a.prime.com!brooks
  31.